﻿#content-wrap {
	margin-bottom: 0px;
}


#hero-image {
	position: relative;
	top: -160px;
	margin-bottom: -160px;
	background-image: url("/application/files/9414/5280/4378/consultants_header2-copy.jpg");
	background-size: cover;
	background-position: center;
	min-height: 80vh;
}
#footer-wrap {
	background:#383837;
	border-top: none;
}

.two-big-columns {
	padding: 0;
}

.two-big-columns>div>div {
	padding: 0;
}

.alt-beautiful-link {
	margin: 0;
	padding: 20% 14%;
	background-size: cover;
}

.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
} 

.consulting-staff {
	background: url("images/back.png");
	background-position: center;
}

.consulting-resources {
	background: url("images/back2.png");
	background-position: center;
}

.transparent-gray {
	padding: 5% 5%;
	background-color: rgba(56, 56, 55, 0.55);
	color: white;
	font-size: 1.7em;
	font-weight: 700;
}

#consulting-description {
	background-color: #7dada9;
	text-align: center;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 2em;
	color: white;
	padding: 15px 0px;
}

#consulting-description h1 {
font-weight: 400;
}

.service-description {
	text-align: center;
	color: white;
	margin: 20px 0 0 0;
	margin-bottom:20px;
	padding: 10px;	
}

.service-description>p>img {
	border: solid 25px #848585;
}

.service-description h1, .service-description h2, .service-description h3, .service-description h4, .service-description h5 {
	color: #7dada9;
}

.green-area {
	position: inherit;
}

.alt-nav {
	color: white;
	font-weight: 700;
	position: absolute;
	top: 100px;
	right: 20px;
}

@media only screen and (max-width: 768px) {
	.alt-nav {
		top: -27px;
	}
}

.alt-nav:hover {
	color: #ddd;
	text-decoration: none;
}

#header-wrap {
	background: none;
	background-color: #134748;
	position: relative;
	top: 70px;
	z-index: 5;
	height: 140px;
}

#logo {
	padding: 10px;
}